mapRight

inline fun <L, R, O> Either<L, R>.mapRight(action: (R) -> O): Either<L, O>(source)